home *** CD-ROM | disk | FTP | other *** search
- # THIS IS FOR THE TCSH SHELL
-
- # Add this to your .login, or to /etc/csh.login for system wide
- # configuration. Nnote that the ncd executable is in the
- # directory /usr/bin/ncd, modify it if necessary:
-
- alias ncd '/usr/bin/ncd \!* ; if $? == 0 cd "`cat $HOME/.ncd_sdir`" '
-
-
- # In NCD_OPTS environment variable you can define your preferred default
- # options. -RHaVDxL are the default ones. NCD_OPTS needs not be defined at
- # all if you use this ones.
-
- # setenv NCD_OPTS "-RHaVDxL"
-
-